projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb6c7d
)
(mail-setup): Insert -- line before .signature file.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 02:47:27 +0000
(
02:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 02:47:27 +0000
(
02:47
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 13bc43e8300a7e357aab7f912b8d9fd76ac68bce..58c5f298fa91b030fd25d92bab1a090261966d97 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-198,7
+198,9
@@
actually occur.")
(if to (setq to (point)))
(cond ((eq mail-signature t)
(if (file-exists-p "~/.signature")
- (insert-file-contents "~/.signature")))
+ (progn
+ (insert "\n\n-- \n")
+ (insert-file-contents "~/.signature"))))
(mail-signature
(insert mail-signature)))
(goto-char (point-max))